home *** CD-ROM | disk | FTP | other *** search
- #ifndef ASY_MAX
-
- #include "global.h"
-
- #define ASY_MAX 5 /* Five asynch ports allowed on the PC */
- extern unsigned Nasy;
-
- #define SLIP_MODE 0
- #define AX25_MODE 1
- #define NRS_MODE 2
-
- #if defined(__STDC__) || defined(__TURBOC__)
- #ifdef notdef
- int asy_init(int16 dev,struct iface *iface,char *arg1,char *arg2,unsigned bufsize);
- int asy_stop(struct iface *iface);
- int asy_ioctl(struct iface *iface,int argc,char *argv[]);
- #else
- int asy_init(),asy_stop(),asy_ioctl();
- #endif
- int asy_speed(int16 dev,int speed);
- void asy_output(unsigned dev,char *buf,unsigned short cnt);
- char get_asy(int16 dev);
- void asyint(unsigned dev);
- int stxrdy(int16 dev);
- #else
- int asy_stop(),asy_ioctl();
- #endif
- int doasystat();
-
- #endif /* ASY_MAX */
-
-
-